3.791 \(\int \frac{\left (a+c x^4\right )^{3/2}}{x^{11}} \, dx\)

Optimal. Leaf size=21 \[ -\frac{\left (a+c x^4\right )^{5/2}}{10 a x^{10}} \]

[Out]

-(a + c*x^4)^(5/2)/(10*a*x^10)

_______________________________________________________________________________________

Rubi [A]  time = 0.0204386, antiderivative size = 21, normalized size of antiderivative = 1., number of steps used = 1, number of rules used = 1, integrand size = 15, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.067 \[ -\frac{\left (a+c x^4\right )^{5/2}}{10 a x^{10}} \]

Antiderivative was successfully verified.

[In]  Int[(a + c*x^4)^(3/2)/x^11,x]

[Out]

-(a + c*x^4)^(5/2)/(10*a*x^10)

_______________________________________________________________________________________

Rubi in Sympy [A]  time = 2.70352, size = 17, normalized size = 0.81 \[ - \frac{\left (a + c x^{4}\right )^{\frac{5}{2}}}{10 a x^{10}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  rubi_integrate((c*x**4+a)**(3/2)/x**11,x)

[Out]

-(a + c*x**4)**(5/2)/(10*a*x**10)

_______________________________________________________________________________________

Mathematica [A]  time = 0.0274053, size = 21, normalized size = 1. \[ -\frac{\left (a+c x^4\right )^{5/2}}{10 a x^{10}} \]

Antiderivative was successfully verified.

[In]  Integrate[(a + c*x^4)^(3/2)/x^11,x]

[Out]

-(a + c*x^4)^(5/2)/(10*a*x^10)

_______________________________________________________________________________________

Maple [A]  time = 0.007, size = 18, normalized size = 0.9 \[ -{\frac{1}{10\,a{x}^{10}} \left ( c{x}^{4}+a \right ) ^{{\frac{5}{2}}}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  int((c*x^4+a)^(3/2)/x^11,x)

[Out]

-1/10*(c*x^4+a)^(5/2)/a/x^10

_______________________________________________________________________________________

Maxima [A]  time = 1.42637, size = 23, normalized size = 1.1 \[ -\frac{{\left (c x^{4} + a\right )}^{\frac{5}{2}}}{10 \, a x^{10}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^4 + a)^(3/2)/x^11,x, algorithm="maxima")

[Out]

-1/10*(c*x^4 + a)^(5/2)/(a*x^10)

_______________________________________________________________________________________

Fricas [A]  time = 0.260878, size = 47, normalized size = 2.24 \[ -\frac{{\left (c^{2} x^{8} + 2 \, a c x^{4} + a^{2}\right )} \sqrt{c x^{4} + a}}{10 \, a x^{10}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^4 + a)^(3/2)/x^11,x, algorithm="fricas")

[Out]

-1/10*(c^2*x^8 + 2*a*c*x^4 + a^2)*sqrt(c*x^4 + a)/(a*x^10)

_______________________________________________________________________________________

Sympy [A]  time = 8.54613, size = 66, normalized size = 3.14 \[ - \frac{a \sqrt{c} \sqrt{\frac{a}{c x^{4}} + 1}}{10 x^{8}} - \frac{c^{\frac{3}{2}} \sqrt{\frac{a}{c x^{4}} + 1}}{5 x^{4}} - \frac{c^{\frac{5}{2}} \sqrt{\frac{a}{c x^{4}} + 1}}{10 a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x**4+a)**(3/2)/x**11,x)

[Out]

-a*sqrt(c)*sqrt(a/(c*x**4) + 1)/(10*x**8) - c**(3/2)*sqrt(a/(c*x**4) + 1)/(5*x**
4) - c**(5/2)*sqrt(a/(c*x**4) + 1)/(10*a)

_______________________________________________________________________________________

GIAC/XCAS [A]  time = 0.216995, size = 19, normalized size = 0.9 \[ -\frac{{\left (c + \frac{a}{x^{4}}\right )}^{\frac{5}{2}}}{10 \, a} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]  integrate((c*x^4 + a)^(3/2)/x^11,x, algorithm="giac")

[Out]

-1/10*(c + a/x^4)^(5/2)/a